home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / programming / oracle7 7.2 / DB / RDBMS72 / INITORCL.ORA < prev    next >
Encoding:
Text File  |  1995-09-08  |  5.2 KB  |  105 lines

  1. #
  2. # $Header: init.ora 1.2 94/10/18 16:12:36 gdudey Osd<desktop/netware> $ init.ora Copyr (c) 1991 Oracle
  3. #
  4. ##############################################################################
  5. # Example INIT.ORA file
  6. #
  7. # This file is provided by Oracle Corporation to help you customize
  8. # your RDBMS installation for your site.  Important system parameters
  9. # are discussed, and example settings given.
  10. #
  11. # Some parameter settings are generic to any size installation.
  12. # For parameters that require different values in different size
  13. # installations, three scenarios have been provided: SMALL, MEDIUM
  14. # and LARGE.  Any parameter that needs to be tuned according to 
  15. # installation size will have three settings, each one commented
  16. # according to installation size.
  17. #
  18. # Use the following table to approximate the SGA size needed for the
  19. # three scenarious provided in this file:
  20. #
  21. #                     -------Installation/Database Size------
  22. #                      SMALL           MEDIUM           LARGE
  23. #  Block         2K    4500K            6800K           17000K
  24. #  Size          4K    5500K            8800K           21000K
  25. #
  26. # To set up a database that multiple instances will be using, place
  27. # all instance-specific parameters in one file, and then have all
  28. # of these files point to a master file using the IFILE command.
  29. # This way, when you change a public
  30. # parameter, it will automatically change on all instances.  This is 
  31. # necessary, since all instances must run with the same value for many
  32. # parameters. For example, if you choose to use private rollback segments, 
  33. # these must be specified in different files, but since all gc_* 
  34. # parameters must be the same on all instances, they should be in one file.
  35. #
  36. # INSTRUCTIONS: Edit this file and the other INIT files it calls for
  37. # your site, either by using the values provided here or by providing
  38. # your own.  Then place an IFILE= line into each instance-specific
  39. # INIT file that points at this file.
  40. ###############################################################################
  41.  
  42. db_name = oracle
  43. db_files = 20
  44. %starter_control%
  45.  
  46. compatible = 7.2.0.0.0
  47.  
  48. db_file_multiblock_read_count =  %init_db_file_multiblock_read_count% # INITIAL
  49. # db_file_multiblock_read_count = 8                                   # SMALL  
  50. # db_file_multiblock_read_count = 16                                  # MEDIUM 
  51. # db_file_multiblock_read_count = 32                                  # LARGE  
  52.  
  53. db_block_buffers =  %init_db_block_buffers%                           # INITIAL
  54. # db_block_buffers = 200                                              # SMALL  
  55. # db_block_buffers = 550                                              # MEDIUM 
  56. # db_block_buffers = 3200                                             # LARGE  
  57.  
  58. shared_pool_size =  %init_shared_pool_size%                           # INITIAL
  59. # shared_pool_size = 3500000                                          # SMALL
  60. # shared_pool_size = 6000000                                          # MEDIUM
  61. # shared_pool_size = 9000000                                          # LARGE
  62.  
  63. log_checkpoint_interval = 10000
  64.  
  65. processes =  %init_processes%                                         # INITIAL
  66. # processes = 50                                                      # SMALL  
  67. # processes = 100                                                     # MEDIUM 
  68. # processes = 200                                                     # LARGE  
  69.  
  70. dml_locks =  %init_dml_locks%                                         # INITIAL
  71. # dml_locks = 100                                                     # SMALL  
  72. # dml_locks = 200                                                     # MEDIUM 
  73. # dml_locks = 500                                                     # LARGE
  74.  
  75. log_buffer =  %init_log_buffer%                                       # INITIAL
  76. # log_buffer = 8192                                                   # SMALL
  77. # log_buffer = 32768                                                  # MEDIUM
  78. # log_buffer = 163840                                                 # LARGE
  79.  
  80. sequence_cache_entries =  %init_sequence_cache_entries%               # INITIAL
  81. # sequence_cache_entries = 10                                         # SMALL  
  82. # sequence_cache_entries = 30                                         # MEDIUM 
  83. # sequence_cache_entries = 100                                        # LARGE  
  84.  
  85. sequence_cache_hash_buckets =  %init_sequence_cache_hash_buckets%     # INITIAL
  86. # sequence_cache_hash_buckets = 10                                    # SMALL  
  87. # sequence_cache_hash_buckets = 23                                    # MEDIUM 
  88. # sequence_cache_hash_buckets = 89                                    # LARGE  
  89.  
  90. # audit_trail = true            # if you want auditing
  91. # timed_statistics = true       # if you want timed statistics
  92. max_dump_file_size = 10240      # limit trace file size to 5 Meg each
  93.               
  94. # log_archive_start = true      # if you want automatic archiving
  95.  
  96. # define directories to store trace and alert files
  97. background_dump_dest=%%RDBMS72%%\trace
  98. user_dump_dest=%%RDBMS72%%\trace
  99.  
  100. db_block_size = 2048
  101.  
  102. snapshot_refresh_processes = 1
  103.  
  104. remote_login_passwordfile = shared
  105.